Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/IV00112
Product: Microsoft Dynamics GP (0)
Series: Inventory
Display Name: Item Site Bin Master Group Display Name: Item Master
Physical Name: IV00112
Technical Name: ivItemSiteBinMstr
Group Technical Name: Item Master
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | ITEMNMBR | Item Number | String | STR30_Item_Number | 30 | |
Key to the Item Master (IV00101).
Click to show/hideSELECT
['Item Site Bin Master'].ITEMNMBR AS 'Item Site Bin Master-Item Number'
,['Item Master'].ITEMNMBR AS 'Item Master-Item Number'
FROM
IV00112 AS ['Item Site Bin Master']
INNER JOIN
IV00101 AS ['Item Master']
ON
['Item Site Bin Master'].ITEMNMBR = ['Item Master'].ITEMNMBR | ||||||
2 | LOCNCODE | Location Code | String | STR10_Location_Code | 10 | |
Key to the Site Setup (IV40700).
Click to show/hideSELECT
['Item Site Bin Master'].LOCNCODE AS 'Item Site Bin Master-Location Code'
,['Site Setup'].LOCNCODE AS 'Site Setup-Location Code'
FROM
IV00112 AS ['Item Site Bin Master']
INNER JOIN
IV40700 AS ['Site Setup']
ON
['Item Site Bin Master'].LOCNCODE = ['Site Setup'].LOCNCODE | ||||||
3 | BIN | Bin | String | STR15_Bin | 15 | |
4 | QTYTYPE | QTY Type | Integer | DDL_QTY_Type | 0 | |
5 | QUANTITY | QTY | Currency | DLR17_QTY_RBS0_STR | 17 | |
6 | ATYALLOC | QTY Allocated | Currency | DLR17_QTY_RBS0_UTR | 17 |